establishCall

abstract fun establishCall(videoEnabled: Boolean)

Establishes an outgoing call. The related call backs are done through the application listener interface instance defined in the call service.

Since

2.0.0

Parameters

videoEnabled

indicates local video sending is enabled or not


abstract fun establishCall(videoEnabled: Boolean, customParameters: Map<String, String>?)

Establishes an outgoing call with custom parameters. The related call backs are done through the application listener interface instance defined in the call service.

Since

4.3.1

Parameters

videoEnabled

indicates local video sending is enabled or not

customParameters

indicates custom call properties like emergency etc.